Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Rust UI and layouts #1542

Merged
merged 3 commits into from
Oct 7, 2021
Merged

Add Rust UI and layouts #1542

merged 3 commits into from
Oct 7, 2021

Commits on Oct 7, 2021

  1. feat(core): add Rust UI components, layouts, text rendering

    [no changelog]
    jpochyla authored and mmilata committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    31fd19a View commit details
    Browse the repository at this point in the history
  2. chore(core): prepare for fuzzing targets

    First, we change the Protobuf definition includes to use an exact path relative to our crate's directory, instead of the OUT_DIR. This fixes build when a combination of stable and nightly toolchains is used (nightly is needed for the fuzzing targets).
    
    Another change is a slight fix in the panic handler conditional compilation. Fuzzing is using the crate with `features = ["test"]`, but doesn't turn on the `test` cfg.
    
    [no changelog]
    jpochyla authored and mmilata committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    fc5c57c View commit details
    Browse the repository at this point in the history
  3. chore(core/rust): fixes and formatting

    [no changelog]
    jpochyla authored and mmilata committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    89a066f View commit details
    Browse the repository at this point in the history