-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- `glsl-7.0.0` - `glsl-quasiquote-7.0.0` - `glsl-tree-0.3.0`
- Loading branch information
1 parent
af191c3
commit bb61a2c
Showing
6 changed files
with
24 additions
and
5 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,3 +1,9 @@ | ||
# 7.0 | ||
|
||
> Dec 23, 2023 | ||
- Bump to replace the yanked `glsl-6.0.3` version. | ||
|
||
# 6.0.1 | ||
|
||
> Dec 19th, 2023 | ||
|
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,6 +1,6 @@ | ||
[package] | ||
name = "glsl-quasiquote" | ||
version = "6.0.1" | ||
version = "7.0.0" | ||
license = "BSD-3-Clause" | ||
authors = ["Dimitri Sabadie <[email protected]>"] | ||
description = "The glsl! procedural macro, providing quasiquoting of the glsl crate." | ||
|
@@ -20,7 +20,7 @@ travis-ci = { repository = "phaazon/glsl", branch = "master" } | |
proc-macro = true | ||
|
||
[dependencies] | ||
glsl = "6" | ||
glsl = "7" | ||
proc-macro2 = "1" | ||
proc-macro-faithful-display = "0.2" | ||
quote = "1" |
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,5 +1,11 @@ | ||
# Changelog | ||
|
||
## 0.3 | ||
|
||
> Dec 23, 2023 | ||
- Bump to replace the yanked `glsl-6.0.3` version. | ||
|
||
## 0.2.1 | ||
|
||
> Mar 23rd, 2023 | ||
|
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,6 +1,6 @@ | ||
[package] | ||
name = "glsl-tree" | ||
version = "0.2.1" | ||
version = "0.3.0" | ||
license = "BSD-3-Clause" | ||
authors = ["Dimitri Sabadie <[email protected]>"] | ||
description = "Print a GLSL AST to stdout" | ||
|
@@ -14,4 +14,4 @@ edition = "2018" | |
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
||
[dependencies] | ||
glsl = "6" | ||
glsl = "7" |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "glsl" | ||
version = "6.0.3" | ||
version = "7.0.0" | ||
license = "BSD-3-Clause" | ||
authors = ["Dimitri Sabadie <[email protected]>"] | ||
description = "A GLSL450/GLSL460 parser." | ||
|