Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.2] - 2026-09-03
### Changed
- Update Agility SDK to 1.721.3-preview to include some fixes

## [0.1.1] - 2026-07-27
### Fixed
- Fix the encoded version of the Agility SDK (fixes the agility version not starting)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[package]
name = "smoldr"
version = "0.1.0"
version = "0.1.2"
license = "MIT OR Apache-2.0"
edition = "2021"

Expand Down
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@

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

vkd3d-protonVersion = "3.0.1";
Expand Down