https://github.com/equalsraf/miniservo
https://github.com/equalsraf/miniservo
browser rust servo
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/equalsraf/miniservo
- Owner: equalsraf
- Created: 2017-09-25T08:41:07.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-29T08:20:43.000Z (over 8 years ago)
- Last Synced: 2025-01-16T22:47:00.971Z (over 1 year ago)
- Topics: browser, rust, servo
- Language: Rust
- Size: 32.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Just playing with servo.
I like browsers, specially the inner bits. I wish servo eventually turns into a browser builder library, that allows us to switch out certain crates with our modified versions, or take out the bits we dont want, or just do insane things because **science!!!**.
## Updating servo
1. servo/ is a git submodule, update it to the desired revision
2. copy servo/Cargo.lock to the root and tweak it if needed
## Known issues
- mozjs bindings fail to build with a python 'SyntaxError', this means mozjs is using the wrong python version (it assumes python is python2)
- servo won't build against libressl 2.5.5, there is an open issue upstrea, you can work around it by updating the openssl crate version in Cargo.lock