This commit is contained in:
gallant 2023-04-14 13:29:22 -05:00
parent ab46df743a
commit 08aac51b0a

View file

@ -6,7 +6,6 @@ license = "MIT"
description = "Work in progress game engine, inspired by arcade"
repository = "https://git.karx.xyz/karx/catbox"
readme = "README.md"
exclude = ["src/main.rs"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@ -26,7 +25,7 @@ zip-extract = "0.1.2"
tempfile = "3.4.0"
[features]
default = ["audio", "vulkan"]
default = ["audio"]
static = ["sdl2/static-link", "sdl2/bundled"]
audio = ["dep:rodio"]
vulkan = ["dep:vulkano"]