Skip to content

Commit

Permalink
CompatHelper: bump compat for ResultTypes to 4, (keep existing compat)
Browse files Browse the repository at this point in the history
  • Loading branch information
CompatHelper Julia committed Nov 16, 2024
1 parent c7bd68f commit fb38688
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Vulkan"
uuid = "9f14b124-c50e-4008-a7d4-969b3a6cd68a"
version = "0.6.23"
authors = ["Cédric Belmant"]
version = "0.6.23"

[deps]
Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"
Expand All @@ -21,19 +21,9 @@ StructEquality = "6ec83bb0-ed9f-11e9-3b4c-2b04cb4e219c"
VulkanCore = "16167f82-ea26-5cba-b1de-ed6fd5e30a11"

[weakdeps]
# ColorTypes = "3da002f7-5984-5a60-b8a6-cbb66c0b333f"
# FixedPointNumbers = "53c48c17-4a7d-5ca2-90c5-79b7896eea93"
# StaticArraysCore = "1e83bf80-4336-4d27-bf5d-d5a4f845583c"
XCB = "16167f82-ea26-5cba-b1de-ed6fd5e30a10"

[extensions]
# Don't make these extensions until precompilation issues raised
# in https://github.com/JuliaLang/julia/issues/52511 are addressed.
# VulkanColorTypesExt = "ColorTypes"
# VulkanFixedPointNumbersExt = "FixedPointNumbers"
# VulkanFixedPointNumbersColorTypesExt = ["ColorTypes", "FixedPointNumbers"]
# VulkanFixedPointNumbersStaticArraysCoreExt = ["FixedPointNumbers", "StaticArraysCore"]
# VulkanStaticArraysCoreExt = "StaticArraysCore"
VulkanXCBExt = "XCB"

[compat]
Expand All @@ -46,7 +36,7 @@ MLStyle = "0.4"
PrecompileTools = "1"
Preferences = "1.2"
Reexport = "1"
ResultTypes = "3"
ResultTypes = "3, 4"
StaticArraysCore = "1"
StructEquality = "2"
VulkanCore = "1.3.1"
Expand Down

0 comments on commit fb38688

Please sign in to comment.