当前位置:网站首页>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 :
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
边栏推荐
- ROS from entry to mastery (IX) initial experience of visual simulation: turtlebot3
- Ping error: unknown name or service
- QT creator add custom new file / Project Template Wizard
- Introduction to programming hardware
- @Detailed introduction of configuration annotation
- [question de programmation] [scratch niveau 2] oiseaux volants en décembre 2019
- Archery installation test
- 如何衡量产品是否“刚需、高频、痛点”
- SQL connection problem after downloading (2)
- At the age of 35, I made a decision to face unemployment
猜你喜欢
Benchmarking Detection Transfer Learning with Vision Transformers(2021-11)
Chisel tutorial - 04 Control flow in chisel
Rectification characteristics of fast recovery diode
面试题详解:用Redis实现分布式锁的血泪史
SQL connection problem after downloading (2)
Pypharm uses, and the third-party library has errors due to version problems
[programming problem] [scratch Level 2] December 2019 flying birds
Chisel tutorial - 05 Sequential logic in chisel (including explicit multi clock, explicit synchronous reset and explicit asynchronous reset)
Uic564-2 Appendix 4 - flame retardant fire test: flame diffusion
Automated testing: robot framework is a practical skill that 90% of people want to know
随机推荐
35岁真就成了职业危机?不,我的技术在积累,我还越吃越香了
Pypharm uses, and the third-party library has errors due to version problems
STM32F1与STM32CubeIDE编程实例-旋转编码器驱动
Flash download setup
串联二极管,提高耐压
Postgres timestamp to human eye time string or millisecond value
Using Google test in QT
Uic564-2 Appendix 4 - flame retardant fire test: flame diffusion
Wechat applet development beginner 1
Preliminary test of optical flow sensor: gl9306
ROS从入门到精通(九) 可视化仿真初体验之TurtleBot3
【编程题】【Scratch二级】2019.12 飞翔的小鸟
BSS 7230 航空内饰材料阻燃性能测试
DataGuard active / standby cleanup archive settings
35岁那年,我做了一个面临失业的决定
C - Fibonacci sequence again
Anaconda+pycharm+pyqt5 configuration problem: pyuic5 cannot be found exe
【编程题】【Scratch二级】2019.03 绘制方形螺旋
HDU - 1260 Tickets(线性DP)
Chisel tutorial - 01 Introduction to Scala