initial commit
This commit is contained in:
+17
@@ -0,0 +1,17 @@
|
||||
[package]
|
||||
name = "audiopoker"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
bevy = { version = "0.19", features = ["webgl2"] }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
wasm-bindgen = "0.2"
|
||||
web-sys = { version = "0.3", features = ["SpeechRecognition", "SpeechSynthesis", "SpeechSynthesisUtterance", "Window", "HtmlInputElement", "console"] }
|
||||
js-sys = "0.3"
|
||||
futures = "0.3"
|
||||
rand = "0.8.5"
|
||||
|
||||
[target.wasm]
|
||||
edition = 2024
|
||||
Reference in New Issue
Block a user