mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Move the main function to servo.rs
This commit is contained in:
parent
cb27da3de1
commit
c136c496d8
3 changed files with 4 additions and 5 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,4 +1,2 @@
|
|||
*~
|
||||
Makefile
|
||||
servo
|
||||
servo-test
|
4
src/servo/servo.rs
Normal file
4
src/servo/servo.rs
Normal file
|
@ -0,0 +1,4 @@
|
|||
|
||||
|
||||
fn main() {
|
||||
}
|
|
@ -1,4 +1 @@
|
|||
fn main() {
|
||||
// TODO
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue