Skip to content

Commit

Permalink
WIP making tokio run
Browse files Browse the repository at this point in the history
  • Loading branch information
vE5li committed Apr 24, 2024
1 parent 9a2ed73 commit 7a9aba9
Show file tree
Hide file tree
Showing 4 changed files with 621 additions and 445 deletions.
2 changes: 1 addition & 1 deletion korangar/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ron = "0.8.0"
rusttype = { version = "0.9.2", features = ["gpu_cache"] }
serde = { workspace = true }
serde-xml-rs = "0.6.0"
tokio = { version = "1.37", features = ["full"] }
tokio = { version = "1.37.0", features = ["full"] }
vulkano = { git = "https://github.com/vulkano-rs/vulkano.git", rev = "db3df4e55f80c137ea6187250957eb92c2291627" }
vulkano-shaders = { git = "https://github.com/vulkano-rs/vulkano.git", rev = "db3df4e55f80c137ea6187250957eb92c2291627" }
vulkano-win = { git = "https://github.com/vulkano-rs/vulkano.git", rev = "db3df4e55f80c137ea6187250957eb92c2291627" }
Expand Down
Loading

0 comments on commit 7a9aba9

Please sign in to comment.