feat(data,engine): implement NativeStorage and WasmStorage backends (closes #48)
Build and Deploy / build-and-push (push) Successful in 3m59s
Build and Deploy / build-and-push (push) Successful in 3m59s
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
Generated
+4
@@ -7015,9 +7015,11 @@ version = "0.1.0"
|
||||
dependencies = [
|
||||
"arboard",
|
||||
"async-trait",
|
||||
"base64",
|
||||
"bevy",
|
||||
"chrono",
|
||||
"dirs",
|
||||
"getrandom 0.3.4",
|
||||
"image",
|
||||
"jni 0.21.1",
|
||||
"kira",
|
||||
@@ -7035,6 +7037,8 @@ dependencies = [
|
||||
"tokio",
|
||||
"usvg",
|
||||
"uuid",
|
||||
"wasm-bindgen",
|
||||
"web-sys",
|
||||
"zip",
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user