diff options
| author | LLLL Colonq <llll@colonq> | 2026-08-04 04:35:44 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2026-08-04 04:35:44 -0400 |
| commit | 3c7796f066647090ed8436778bdfe25f11844c05 (patch) | |
| tree | 0644a101004d91af4fcdc2f51fcc2e03f7f255ce /2026/games_submissions/asrael_io/source/Cargo.toml | |
| parent | a75221ab93f59d688f90cd83f0284ff98951fcfa (diff) | |
Prepare for upload
Diffstat (limited to '2026/games_submissions/asrael_io/source/Cargo.toml')
| -rw-r--r-- | 2026/games_submissions/asrael_io/source/Cargo.toml | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/2026/games_submissions/asrael_io/source/Cargo.toml b/2026/games_submissions/asrael_io/source/Cargo.toml deleted file mode 100644 index 5853732..0000000 --- a/2026/games_submissions/asrael_io/source/Cargo.toml +++ /dev/null @@ -1,38 +0,0 @@ -[package]
-name = "cj2k26"
-version = "0.1.0"
-license = "MIT"
-repository = "https://github.com/asrael/cj2k26"
-edition = "2024"
-
-[dependencies]
-aseprite-io = "0.2"
-cpal = "0.18"
-embedded-graphics = "0.8"
-env_logger = "0.11"
-gilrs = "0.11"
-glam = "0.33"
-log = "0.4"
-resid-rs = { git = "https://github.com/asrael/resid-rs" }
-softbuffer = "0.4"
-web-time = "1.1"
-winit = "0.30"
-
-[target.'cfg(target_arch = "wasm32")'.dependencies]
-console_error_panic_hook = "0.1"
-cpal = { version = "0.18", features = ["wasm-bindgen"] }
-wasm-bindgen = "0.2"
-
-[profile.dev]
-opt-level = 1
-panic = "abort"
-
-[profile.release]
-codegen-units = 1
-lto = true
-panic = "abort"
-strip = "debuginfo"
-
-[profile.wasm-release]
-inherits = "release"
-opt-level = "z"
|
