Skip to content

Commit e1d204a

Browse files
committed
Update Agility SDK
The new version fixes some bugs
1 parent a4b704a commit e1d204a

4 files changed

Lines changed: 8 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.1.2] - 2026-09-07
8+
### Changed
9+
- Update Agility SDK to 1.721.3-preview to include some fixes
10+
711
## [0.1.1] - 2026-07-27
812
### Fixed
913
- Fix the encoded version of the Agility SDK (fixes the agility version not starting)

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[package]
66
name = "smoldr"
7-
version = "0.1.0"
7+
version = "0.1.2"
88
license = "MIT OR Apache-2.0"
99
edition = "2021"
1010

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,11 @@
5656

5757
# The version passed to both, the download and the build
5858
agilitySdkVersion = "721";
59-
agilitySdkVersionString = "1.${agilitySdkVersion}.1-preview";
59+
agilitySdkVersionString = "1.${agilitySdkVersion}.3-preview";
6060
agilityPkgName = "Microsoft.Direct3D.D3D12";
6161
agilitySdk = pkgs.fetchurl {
6262
url = "https://www.nuget.org/api/v2/package/${agilityPkgName}/${agilitySdkVersionString}";
63-
hash = "sha256-bWA4thXoLxUPT0SXkeszrHS9uXq6nurHDrn7Y8shpVM=";
63+
hash = "sha256-ATG84eS6zj/AjAMBjCmgnt4lcLJjchxkSbDsdXYqsi0=";
6464
};
6565

6666
vkd3d-protonVersion = "3.0.1";

0 commit comments

Comments
 (0)