From f12e249c73f021d57d69d5f93d27e03259982edf Mon Sep 17 00:00:00 2001 From: /dev/urandom Date: Sat, 15 Feb 2025 01:46:19 +0100 Subject: feat: Marquee, Lower dither opacity at top, DVD Logo should be separate function, Release Builds should work, advance_width should be f64 to save bytes, Vendor Micromod-RS, Add Timing Steps --- src/main.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index 9c65333..7ed8df1 100644 --- a/src/main.rs +++ b/src/main.rs @@ -5,6 +5,7 @@ mod font; pub mod generated; mod interpolation; mod render; +pub mod vendored; use std::time::{Duration, SystemTime}; @@ -17,6 +18,8 @@ pub fn main() { let window = &mut video_subsystem .window("Cosin25 Invite", 512, 256) .position_centered() + // works lol: + // .resizable() .build() .unwrap(); -- cgit v1.2.3