Skip to content

Commit

Permalink
Rename VulkanXCB -> VulkanXCBExt
Browse files Browse the repository at this point in the history
  • Loading branch information
serenity4 committed Nov 25, 2023
1 parent 7b826b1 commit c1a445c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ XCB = "16167f82-ea26-5cba-b1de-ed6fd5e30a10"

[extensions]
VulkanColorTypesExt = "ColorTypes"
VulkanXCB = "XCB"
VulkanXCBExt = "XCB"

[compat]
Accessors = "0.1"
Expand Down
2 changes: 1 addition & 1 deletion docs/Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ version = "0.6.8"

[deps.Vulkan.extensions]
VulkanColorTypesExt = "ColorTypes"
VulkanXCB = "XCB"
VulkanXCBExt = "XCB"

[deps.Vulkan.weakdeps]
ColorTypes = "3da002f7-5984-5a60-b8a6-cbb66c0b333f"
Expand Down
2 changes: 1 addition & 1 deletion ext/VulkanXCB.jl → ext/VulkanXCBExt.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module VulkanXCB
module VulkanXCBExt

using Vulkan
using XCB: XCBWindow
Expand Down

0 comments on commit c1a445c

Please sign in to comment.