Skip to content

Commit

Permalink
Unify workspaces (vulkano-rs#2391)
Browse files Browse the repository at this point in the history
  • Loading branch information
marc0246 authored and hakolao committed Feb 20, 2024
1 parent f0ae3d5 commit e98da45
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 15 deletions.
7 changes: 7 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[workspace]
members = [
"examples/*",
"vulkano",
"vulkano-macros",
"vulkano-shaders",
Expand Down Expand Up @@ -54,3 +55,9 @@ syn = "2.0"
thread_local = "1.1"
vk-parse = "0.12"
winit = "0.29"

# Only used in examples
cgmath = "0.18"
png = "0.17"
rand = "0.8"
ron = "0.8"
15 changes: 0 additions & 15 deletions examples/Cargo.toml

This file was deleted.

0 comments on commit e98da45

Please # to comment.