Commit f30f2cd 1 parent 619ddb6 commit f30f2cd Copy full SHA for f30f2cd
File tree 5 files changed +12
-2
lines changed
5 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -17,3 +17,4 @@ Jaap Aarts
17
17
Maximilian Köstler
18
18
Bruno Dupuis
19
19
Christopher Noel Hesse
20
+ Marcin Zając
Original file line number Diff line number Diff line change 1
- # Druid
1
+ ![ druid banner ] ( https://raw.githubusercontent.com/linebender/druid/screenshots/images/small_banner.png )
2
2
3
3
## A data-first Rust-native UI toolkit.
4
4
@@ -91,7 +91,7 @@ druid = { git = "https://github.com/linebender/druid.git" }
91
91
92
92
#### Linux
93
93
94
- On Linux, Druid requires gtk+3; see [ GTK installation page] .
94
+ On Linux, Druid requires gtk+3; see [ GTK installation page] .
95
95
(On ubuntu-based distro, running ` sudo apt-get install libgtk-3-dev ` from the terminal will do the job.)
96
96
97
97
Original file line number Diff line number Diff line change 15
15
//! derive macros for druid.
16
16
17
17
#![ deny( clippy:: trivially_copy_pass_by_ref) ]
18
+ #![ doc(
19
+ html_logo_url = "https://raw.githubusercontent.com/linebender/druid/screenshots/images/doc_logo.png"
20
+ ) ]
18
21
19
22
extern crate proc_macro;
20
23
Original file line number Diff line number Diff line change 29
29
#![ warn( broken_intra_doc_links) ]
30
30
#![ allow( clippy:: new_without_default) ]
31
31
#![ deny( clippy:: trivially_copy_pass_by_ref) ]
32
+ #![ doc(
33
+ html_logo_url = "https://raw.githubusercontent.com/linebender/druid/screenshots/images/doc_logo.png"
34
+ ) ]
32
35
33
36
// Rename `gtk_rs` back to `gtk`.
34
37
// This allows us to use `gtk` as the feature name.
Original file line number Diff line number Diff line change 134
134
#![ warn( missing_docs) ]
135
135
#![ allow( clippy:: new_ret_no_self, clippy:: needless_doctest_main) ]
136
136
#![ cfg_attr( docsrs, feature( doc_cfg) ) ]
137
+ #![ doc(
138
+ html_logo_url = "https://raw.githubusercontent.com/linebender/druid/screenshots/images/doc_logo.png"
139
+ ) ]
137
140
138
141
// Allows to use macros from druid_derive in this crate
139
142
extern crate self as druid;
You can’t perform that action at this time.
0 commit comments