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

Merge branch 'master' into joamag/color

parents 3fb343c4 dbb536b5
No related branches found
No related tags found
1 merge request!16Support for Game Boy Color (CGB) 😎🖍️
Pipeline #2233 passed
......@@ -54,8 +54,8 @@ fn main() {
.open(dest_path)
.unwrap_or_else(|_| panic!("Can't open '{}'", BUILD_OUT_FILE));
writeln!(file, "{}", "//! Global constants, such as compiler version used, features, platform information and others.\n").unwrap();
writeln!(file, "{}", "// @generated\n").unwrap();
writeln!(file, "//! Global constants, such as compiler version used, features, platform information and others.\n").unwrap();
writeln!(file, "// @generated\n").unwrap();
let now_utc = Utc::now();
write_str_constant(
......
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