-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Regenerate with `bindgen 0.69.4` and lock version * Release `0.0.0-alpha.1` * api_gen: Fix MSRV check by forcing a higher `regex-syntax` This crate should probably be exempt from MSRV checks though, as it is not published.
- Loading branch information
Showing
5 changed files
with
10 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
[package] | ||
name = "adlx" | ||
version = "0.0.0" | ||
version = "0.0.0-alpha.1" | ||
authors = ["Traverse Research <[email protected]>"] | ||
edition = "2021" | ||
license = "MIT" | ||
homepage = "https://traverseresearch.nl" | ||
repository = "https://github.com/Traverse-Research/adlx-rs" | ||
description = "Bindings for AMd's Device Library eXtra" | ||
description = "Bindings for AMD's Device Library eXtra" | ||
include = ["src", "LICENSE"] | ||
categories = ["api-bindings"] #, "external-ffi-bindings", "rendering::graphics-api"] # https://crates.io/category_slugs | ||
categories = ["api-bindings", "external-ffi-bindings", "graphics"] # https://crates.io/category_slugs | ||
keywords = ["amd", "adlx", "gpu"] | ||
|
||
[dependencies] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters