mirror of
https://codeberg.org/icewind/vbsp-to-gltf.git
synced 2026-06-04 02:34:09 +02:00
overlay
This commit is contained in:
parent
16d20a5faf
commit
78abe9bb27
6 changed files with 48 additions and 18 deletions
|
|
@ -44,7 +44,7 @@ fn default_port() -> u16 {
|
|||
}
|
||||
|
||||
#[derive(Debug, Error)]
|
||||
enum ServerError {
|
||||
pub enum ServerError {
|
||||
#[error(transparent)]
|
||||
Convert(#[from] vbsp_to_gltf::Error),
|
||||
#[error(transparent)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue