From fdf0e19b73f0f25818c72551a7eb5b2e3e73821e Mon Sep 17 00:00:00 2001 From: Someone Serge Date: Mon, 27 May 2024 15:12:55 +0000 Subject: [PATCH] imgui: mention cmake integration in release notes --- nixos/doc/manual/release-notes/rl-2411.section.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/nixos/doc/manual/release-notes/rl-2411.section.md b/nixos/doc/manual/release-notes/rl-2411.section.md index 2338cf6e6fee..e50ec83fa05e 100644 --- a/nixos/doc/manual/release-notes/rl-2411.section.md +++ b/nixos/doc/manual/release-notes/rl-2411.section.md @@ -25,6 +25,8 @@ ## Other Notable Changes {#sec-release-24.11-notable-changes} -- Create the first release note entry in this section! - + +- To facilitate dependency injection, the `imgui` package now builds a static archive using vcpkg' CMake rules. + The derivation now installs "impl" headers selectively instead of by a wildcard. + Use `imgui.src` if you just want to access the unpacked sources.