Skip to content

golovasteek/bazel_playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Example of bazel-rust workspace

Currentl problem is that the optional dependencies are not fetched. These depenedencies neither are provided by all_crate_deps nor can be specified manually.

The //rust/gui:gui_bin target can be built in two versions:

  1. defaul one, no extra features. No optional dependencies needed.
  2. debug one, it is enabled by "sdl2" cargo feature. This requires extra dependencies the bazel switches between the features by --//rust/gui:use_sdl flag.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published