From 6c4f1bcc11767fca10a1e2c7ad16fd779eed1286 Mon Sep 17 00:00:00 2001 From: Gwilym Inzani Date: Wed, 5 Apr 2023 17:07:50 +0100 Subject: [PATCH] Add changelog entry for codegen-units=1 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6394868..4404d6fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Made Vector2D::new a const function. - The template now uses rust 2021 edition by default. - All objects which should only be created once now have the correct lifetimes to only allow one to exist. +- Template now uses codegen-units=1 to workaround bug in nightly. ### Fixed - Alpha channel is now considered by `include_gfx!()` even when `transparent_colour` is absent.