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

add electron as still-active alternative #4

Merged
merged 1 commit into from Jun 28, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 5 additions & 1 deletion lib/Alien/Thrust.pm
Expand Up @@ -33,6 +33,10 @@ The location of the binary is stored in the C<$Alien::Thrust::thrust_shell_binar

Note however that you probably want to use the L<Thrust> module instead of accessing the binary directly.

Also, Thrust itself is not being further developed by its authors. You
might want to look at L<Electron|http://electron.atom.io/> and L<Alien::Electron>
for a still-active alternative.

=head1 SEE ALSO

L<Alien::Thrust github repo|https://github.com/hoytech/Alien-Thrust>
Expand All @@ -41,7 +45,7 @@ L<Thrust> perl interface

L<Official Thrust website|https://github.com/breach/thrust>

L<Valence> and L<Alien::Electron> provide a similar solution using github's electron tool-kit.
L<Valence> and L<Alien::Electron> provide a similar solution using github's L<electron|http://electron.atom.io> tool-kit.

=head1 AUTHOR

Expand Down