allow texture streaming(png, jpeg for now) and use texture url instead of passing textures in base64
This commit is contained in:
parent
1d63e3d983
commit
d29a2a8590
5 changed files with 47 additions and 17 deletions
|
@ -8,7 +8,7 @@ axum = { version = "0.8.4", features = ["ws"] }
|
|||
serde = "1.*.*"
|
||||
serde_json = "1.*.*"
|
||||
tokio = { version = "1.*.*", features = ["full"] }
|
||||
tokio-util = { version = "0.7.15", features = ["io"] }
|
||||
sqlx = { version = "0.8.6", features = ["runtime-tokio", "sqlite"] }
|
||||
tavern_macros = { version = "0.1.0", path = "tavern_macros" }
|
||||
futures-util = "0.3.31"
|
||||
base64 = "0.22.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue