Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use webview.dll #21

Merged
merged 4 commits into from
Feb 10, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
bump version to 0.2.2
  • Loading branch information
konovod committed Feb 10, 2023
commit c30ff13cc8eaacae77b32ffedd45143d073ce555
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: webview
version: 0.2.1
version: 0.2.2

authors:
- Ali Naqvi <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion src/webview.cr
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ require "json"

# Crystal bindings for [zserge's Webview](https://github.com/zserge/webview) which is an excellent cross-platform single header webview library for C/C++ using Gtk, Cocoa or MSHTML repectively.
module Webview
VERSION = "0.2.1"
VERSION = "0.2.2"

# Window size hints
enum SizeHints
Expand Down