This repository was archived by the owner on Mar 4, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 37
37
- uses : actions-rs/cargo@v1
38
38
with :
39
39
command : doc
40
- args : -p atk -p atk-sys -p gdk -p gdk-sys -p gdkx11 -p gdkx11-sys -p gtk -p gtk3-macros -p gtk-sys --features dox --no-deps
40
+ args : -p atk -p atk-sys -p gdk -p gdk-sys -p gdkx11 -p gdkx11-sys -p gtk -p gtk3-macros -p gtk-sys -p gdkwayland -p gdkwayland-sys - -features dox --no-deps
41
41
- run : echo "RELEASE=$(echo '${{ github.event.release.tag_name }}' | grep -Po '(\d+)\.(\d+)')" >> ${GITHUB_ENV}
42
42
- run : echo "DEST=stable/0.15" >> ${GITHUB_ENV}
43
43
- name : Grab gtk-rs LOGO
Original file line number Diff line number Diff line change 1
1
// Take a look at the license at the top of the repository in the LICENSE file.
2
2
3
+ #![ cfg_attr( feature = "dox" , feature( doc_cfg) ) ]
3
4
#![ doc = include_str ! ( "../README.md" ) ]
4
5
5
6
pub use ffi;
Original file line number Diff line number Diff line change
1
+ #![ cfg_attr( feature = "dox" , feature( doc_cfg) ) ]
2
+
1
3
use gdk:: { GdkAtom , GdkDevicePadFeature } ;
2
4
use glib:: { gpointer, GType } ;
3
5
use libc:: { c_char, c_int, c_uint} ;
You can’t perform that action at this time.
0 commit comments