aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatarLarge Libravatar /dev/urandom <johnfkennedymaili2p>2025-02-15 06:47:25 +0100
committerLibravatarLarge Libravatar /dev/urandom <johnfkennedymaili2p>2025-02-15 06:47:25 +0100
commit58b0d5e534e0ad064de6ecf215c4e256d3dbe90b (patch)
treed4f7f4893229aa8cdc5fd3347c2d0f72f2b8a923 /Cargo.toml
parentbdcce2c59b3b1bd8072ebd00901ec0b9ce1969ba (diff)
downloadcosin25-invite-mountainbytes-58b0d5e534e0ad064de6ecf215c4e256d3dbe90b.tar.gz
cosin25-invite-mountainbytes-58b0d5e534e0ad064de6ecf215c4e256d3dbe90b.tar.bz2
cosin25-invite-mountainbytes-58b0d5e534e0ad064de6ecf215c4e256d3dbe90b.tar.lz
cosin25-invite-mountainbytes-58b0d5e534e0ad064de6ecf215c4e256d3dbe90b.zip

feat: More text, looping music optional, additional cosin invite screen

Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4cb93ee..f508805 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -32,3 +32,9 @@ music = []
32k = []
# Use Stereo Audio
stereo = ["music"]
+# Use Logical Size; forces internal render resolution of 512x256
+logical = []
+# Launch in fullscreen
+fullscreen = []
+# Loop the music
+loop_music = ["music"]