-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [raylib] update to 3.7 * update version * update vcpkg.json * update version * update vcpkg.json * update version
- Loading branch information
1 parent
a4838ab
commit 58ce192
Showing
5 changed files
with
27 additions
and
17 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"name": "raylib", | ||
"version-semver": "3.7.0", | ||
"description": "A simple and easy-to-use library to enjoy videogames programming", | ||
"homepage": "https://github.com/raysan5/raylib", | ||
"supports": "!(arm | uwp)", | ||
"default-features": [ | ||
"use-audio" | ||
], | ||
"features": { | ||
"hidpi": { | ||
"description": "Support high-DPI displays" | ||
}, | ||
"use-audio": { | ||
"description": "Build raylib with audio module" | ||
} | ||
} | ||
} |
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