redox-os / orbtk-template

A template for starting an OrbTk project
MIT License
30 stars 7 forks source link

Not compiling due to orbtk_api error #3

Closed n8henrie closed 3 years ago

n8henrie commented 3 years ago
$ cargo run
   Compiling orbtk_api v0.3.1-alpha4 (https://github.com/redox-os/orbtk.git?branch=develop#ab8da97f)
error[E0407]: method `run_with_context` is not a member of trait `System`
...
...
...
error[E0107]: wrong number of type arguments: expected 1, found 2
  --> /Users/n8henrie/.cargo/git/checkouts/orbtk-90d798f349c2ab56/ab8da97/crates/api/src/systems/cleanup_system.rs:14:19
   |
14 | impl System<Tree, RenderContext2D> for CleanupSystem {
   |                   ^^^^^^^^^^^^^^^ unexpected type argument
...

Thanks for your work on the project, I look forward to trying it out.

FloVanGH commented 3 years ago

Should be fixed now. I'm happy you like it.