Skip to content

Commit

Permalink
Clean-up
Browse files Browse the repository at this point in the history
  • Loading branch information
attackgoat committed Feb 8, 2022
1 parent 2b967c9 commit 6bdae7c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 16 deletions.
16 changes: 3 additions & 13 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,21 @@ bake = ["glob", "pak"]
pak = []

[dependencies]
archery = { version = "0.4.3", package = "a_r_c_h_e_r_y" } # HACK: Waiting on main pkg to release
arrayvec = "0.7"
ash = "0.35"
ash-window = "0.9"
bincode = "1.3"
bitflags = "1.3"
bmfont = "0.3"
brotli = "3.3"
byteorder = "1.4"
derive_builder = "0.10"
glam = { version="0.20", features=["serde"] }
glob = { version="0.3.0", optional=true }
gltf = "1.0"
gpu-allocator = "0.16"
image = "0.23"
image = "0.24"
imgui = { version = "0.8", optional = true }
itertools = "0.10"
log = "0.4"
Expand All @@ -53,18 +55,6 @@ typenum = "1.12"
vk-sync = { version = "0.3.0", package="vk-sync-fork" } # // HACK: https://github.com/gwihlidal/vk-sync-rs/pull/4 -> https://github.com/expenses/vk-sync-rs
winit = { version="0.26" }

# TODO: https://github.com/orium/archery/pull/5 waiting on release
archery = { git="https://github.com/orium/archery" }

# TODO: https://github.com/attackgoat/bmfont-rust/tree/iter-char waiting on PR+merge+release
bmfont = { git="https://github.com/attackgoat/bmfont-rust", branch="iter_char", default-features=false, features=["serde"] }

# 🦀📦: Build Stuff
[build-dependencies]
genmesh = "0.6"
glam = "0.20"
lazy_static = "1.4"

[dev-dependencies]
anyhow = "1.0"
log = "0.4"
Expand Down
3 changes: 0 additions & 3 deletions examples/README copy.md

This file was deleted.

1 change: 1 addition & 0 deletions examples/getting-started.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# TODO

0 comments on commit 6bdae7c

Please sign in to comment.