mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01: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
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