Skip to content

Commit

Permalink
add default-members (and exclude metal). fixes rust-windowing#217
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Köln committed Jul 16, 2019
1 parent e128213 commit bd12de8
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,32 @@ members = [
"utils/svg-to-skia",
"utils/convert",
]

default-members = [
"c",
"canvas",
"content",
"demo/common",
"demo/native",
"examples/canvas_glutin_minimal",
"examples/canvas_minimal",
"examples/canvas_moire",
"examples/canvas_text",
"examples/lottie_basic",
"examples/swf_basic",
"geometry",
"gl",
"gpu",
"lottie",
"export",
"renderer",
"simd",
"svg",
"swf",
"text",
"ui",
"utils/area-lut",
"utils/gamma-lut",
"utils/svg-to-skia",
"utils/convert",
]

0 comments on commit bd12de8

Please sign in to comment.