From 08aac51b0a3e5fcf7b3e494c101b20f2497634df Mon Sep 17 00:00:00 2001 From: gallant Date: Fri, 14 Apr 2023 13:29:22 -0500 Subject: [PATCH] tt --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1b1865c..cc8fd2e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"]