Skip to content

Commit 78ebd04

Browse files
Merge pull request #250 from Hofer-Julian/patch-1
Remove incorrect paragraph
2 parents 8588aa1 + 0c149f3 commit 78ebd04

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

_posts/2021-06-22-new-release.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -85,18 +85,7 @@ to be able to use them. Now, you only need to import GTK and then you can do:
8585
use gtk::{cairo, gdk};
8686
```
8787

88-
And that's it! It'll make your management of dependencies much simpler. To be noted, they are also
89-
in the `prelude`, so importing it will give you access to them:
90-
91-
```rust
92-
use gtk::prelude::*;
93-
94-
// ...
95-
let x = cairo::something();
96-
let y = gdk::something();
97-
```
98-
99-
Last note about the re-exports: the `-sys` crates are also re-exported under the name `ffi`:
88+
The `-sys` crates are also re-exported under the name `ffi`:
10089

10190
```rust
10291
use gtk::ffi;

0 commit comments

Comments
 (0)