Bump glsl to 0.2.0 (#45744)

Includes https://github.com/zed-industries/zed/pull/45727

Release Notes:

- N/A
This commit is contained in:
Kirill Bulatov
2025-12-27 21:09:52 +02:00
committed by GitHub
parent 3e656a0911
commit 1e4a970ae2
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@@ -20964,7 +20964,7 @@ dependencies = [
[[package]]
name = "zed_glsl"
version = "0.1.0"
version = "0.2.0"
dependencies = [
"zed_extension_api 0.1.0",
]

View File

@@ -1,6 +1,6 @@
[package]
name = "zed_glsl"
version = "0.1.0"
version = "0.2.0"
edition.workspace = true
publish.workspace = true
license = "Apache-2.0"

View File

@@ -1,7 +1,7 @@
id = "glsl"
name = "GLSL"
description = "GLSL support."
version = "0.1.0"
version = "0.2.0"
schema_version = 1
authors = ["Mikayla Maki <mikayla@zed.dev>"]
repository = "https://github.com/zed-industries/zed"