Skip to content
Snippets Groups Projects
Verified Commit f65e3cda authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

feat: added new const values

parent 50441cf1
No related branches found
No related tags found
1 merge request!23Support for serial data transfer 🔌
......@@ -20,11 +20,11 @@ use std::{cmp::max, time::SystemTime};
const SCREEN_SCALE: f32 = 2.0;
/// The base title to be used in the window.
static TITLE: &str = "Boytacean";
const TITLE: &str = "Boytacean";
/// Base audio volume to be used as the basis of the
/// amplification level of the volume
static VOLUME: f32 = 64.0;
const VOLUME: f32 = 64.0;
pub struct Benchmark {
count: usize,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment