当前位置:网站首页>Trust orbtk development issues 2022

Trust orbtk development issues 2022

2022-07-07 23:59:00 m0_ fifty million four hundred and fifty thousand five hundred

Used in the past orbtk No problem at all

But in recent use , Inexplicably, other code names are wrong , Cause unexpectedly V1 It has been written. v1 ???

After correction, an error is reported :

Failed to create server-side surface decoration: Missing

I don't know why
however git Cloning official github library , function example Can run ?
It's a big spectrum
Helpless to use the official library :

#Cargo.toml
[package]
name = "test_orbtk"
version = "0.1.0"
edition = "2021"
[dependencies]
orbtk = {
    git = "https://github.com/redox-os/orbtk"}

however github It's too slow and sometimes I can't visit
use gitee Cloned one ( You're welcome )

[dependencies]
orbtk = {
    git = "https://gitee.com/shitboy2333/orbtk"}

Use the above git That's it
But there is a name in the official source code dces The library of , That library is self built git The warehouse cannot clone , But it should not be blocked by the wall , Can be used normally
Again, I'm a good person
Run a screenshot :
 Run a screenshot
One last scold :
rust crate.io Poor library maintenance
acutely
Want to see the documentation ? Give a way out :

#step 1: Clone my image 
git clone https://gitee.com/shitboy2333/orbtk
#step 2:  Entry directory 
#step 3:  function 
cargo doc --open

wonderful

原网站

版权声明
本文为[m0_ fifty million four hundred and fifty thousand five hundred ]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/02/202202130552499050.html